Student Solution

-->

"Education is the most powerful weapon which you can use to change the world”
– Nelson Mandela

1 University

1 Course

2 Subjects

Programming Assignment 1

Programming Assignment 1

Q Assignment Instructions You need to submit your source code by attaching the source code file in .cpp or .txt format, not accepting any other file type. do not put the link of your code or copy and paste the code in the submission page

View Related Questions

Solution Preview

include using namespace std; int main () { double costOfMeal = 88.67; double amountOfTax, amountOfTip, totalOfPay; const double TAXRATE = 0.0675; const double TIPRATE = 0.2;